BackgroundServiceEventReceivedEvent

data class BackgroundServiceEventReceivedEvent(backgroundServiceEvent: BackgroundServiceEvent) : Event

Called with all existing backgroundServiceEvents when enabled, and all new events afterwards if enabled and recording.

Constructors

BackgroundServiceEventReceivedEvent
Link copied to clipboard
fun BackgroundServiceEventReceivedEvent(backgroundServiceEvent: BackgroundServiceEvent)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

backgroundServiceEvent
Link copied to clipboard
val backgroundServiceEvent: BackgroundServiceEvent

Sources

jvm source
Link copied to clipboard